Bentley Map V8i (SELECTseries 10) Help

SETUP SELECT Filter

Syntax: SETUP SELECT { logical_name | sql select query }

This filter only accepts elements with a mslink number specified using a SQL select statement. Specify the SQL select statement directly or refer to a previously defined SQL select statement, which must be defined using the DEFINE SELECT command. Select the mslink column for the table. The select statement normally looks like the following:

select mslink from tablename where...

SETUP SELECT automatically invokes SETUP TABLE with the specified table.